home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-22 | 866 b | 37 lines | [TEXT/KAHL] |
- /*
- File: CompileFlags.h
-
- Contains: Compile flags.
-
- Refer to develop Issue 18, "The Right Way to Implement
- Preferences Files", for addtional details on this code.
-
- Written by: Gary Woodcock
-
- Copyright: © 1993-94 by Apple Computer, Inc.
-
- Change History (most recent first):
-
- 2/10/94 Version 1.0.
-
- Notes: Send bug reports to Gary Woodcock at AOL: gwoodcock
- or Internet: gwoodcock@aol.com.
- */
-
- //-----------------------------------------------------------------------
-
- #ifndef _COMPILEFLAGS_
- #define _COMPILEFLAGS_
-
- //-----------------------------------------------------------------------
- // Flags
-
- //#define DEBUG_IT // Uncomment this flag to enable debug code
-
- //-----------------------------------------------------------------------
-
- #endif _COMPILEFLAGS_
-
- //-----------------------------------------------------------------------
-
-